/*屏幕宽度小于1366px*/ 
@media screen and (max-width: 1366px){ 

    body {
        font-size:16px;
        min-width: 1200px;
    }

    /******* 头部 ******/
    .head_center_box{
        width: 1090px;
        height: 0px;
        margin:0 auto;
        position: relative;
        box-shadow: 1px 1px 10px #000;
    }
    .head_center_box > .header{
        width: 1090px;
        height: 80px;
        margin: 0 auto;
        /*overflow: hidden;*/
        position: absolute;
        margin-top: 30px;
        background: #fbfbfb;
        border-radius: 25px;
        z-index: 100;
    }
    .head_center_box > .header > .logo_div{
        width: 150px;
        height: 80px;
        display: inline-block;
    }
    .head_center_box > .header > .logo_div > .left{
        width: 148px;
        height: 80px;
        float: left;
    }
    .head_center_box > .header > .logo_div > .left > img{
        width: 66px;
        height: 63px;
        margin-top: 9px;
        margin-left: 40px;
    }
    .head_center_box > .header > .logo_div > .logo_line{
        width: 2px;
        height: 60px;
        float: left;
        margin-top: 10px;
        background: #adadae;
    }
    .head_center_box > .header > .logo_div > .right{
        display: none;
        width: 75px;
        float: left;
        height: 80px;
    }
    .head_center_box > .header > .logo_div > .right > img{
        margin-top: 27px;
        margin-left: 7px;
        width: 75px;
        height: auto;
    }

    .head_center_box > .header > .menu{
        width: 870px;
        height: 80px;
        display: inline-block;
    }
    .head_center_box > .header > .menu > ul{
        width: 100%;
        height: 80px;
        float: left;
    }
    .head_center_box > .header > .menu > ul > li{
        width: 87px;
        height: 80px;
        float: left;
        text-align: center;
        line-height: 80px;
    }
    .head_center_box > .header > .menu > ul > li > a{
        width: 80px;
        height: 75px;
        display: block;
        padding-top: 20px;
        line-height: 45px;
        margin: 0 auto;
    }
    .head_center_box > .header > .menu > ul > li > .child{
        padding-top: 5px;
    }
    .head_center_box > .header > .menu > ul > li > .child > dl {
        width: 100%;
        font-size: 14px;
        background: #ccd3d3;
        padding: 1px 0;
        transition: all 0.2s ease-in;
        display: none;
    }
    .head_center_box > .header > .menu > ul > li > .child > dl > dd{
        line-height: 25px;
        margin: 5px;
        background: #fff;
    }
    .head_center_box > .header > .menu > ul > li > .child > dl > dd > a{
        width: 100%;
        height: 100%;
        display: block;
    }
    .head_center_box > .header > .menu > ul > li.on{
        
    }
    .head_center_box > .header > .menu > ul > li.on > a::after,.head_center_box > .header > .menu > ul > li:hover > a::after{
        content: "";
        width: 35px;
        height: 2px;
        background: #000;
        display: block;
        margin: 0 auto;
    }
    .head_center_box > .header > .menu > ul > li:hover > .child > dl{
        display: block;
    }
    .head_center_box > .header > .menu > ul > li > .child > dl > dd > a.active,.head_center_box > .header > .menu > ul > li > .child > dl > dd > a:hover{
        color: red;
    }

    .head_center_box > .header > .search_img{
        width: 40px;
        height: 80px;
        display: inline-block;
    }
    .head_center_box > .header > .search_img > img{
        width: 26px;
        margin-top: 28px;
        margin-left: 7px;
        float: left;
        cursor: pointer;
    }

    .head_center_box > .header > .lxdh_img{
        width: 150px;
        height: 80px;
        display: inline-block;
        display: none;
    }
    .head_center_box > .header > .lxdh_img > img{
        width: 120px;
        margin-top: 27px;
        margin-left: 15px;
        float: left;
    }

    .head_center_box.on{
        width: 100%;
        height: 80px;
        margin:0 auto;
        top: 0;
        z-index: 100;
    }
    .head_center_box.on > .header{
        width: 100%;
        height: 80px;
        /*overflow: hidden;*/
        border-radius: 0;
        margin-top: 0;
        position: relative;
    }
    .head_center_box.on > .header > .logo_div > .left{
        width: 73px;
    }
    .head_center_box.on > .header > .logo_div > .left > img{
        margin-top: 15px;
        margin-left: 10px;
        width: 50px;
        height: auto;
    }
    .head_center_box.on > .header > .logo_div > .logo_line{
        height: 40px;
        margin-top: 20px;
    }
    .head_center_box.on > .header > .logo_div > .right{
        display: block;
    }
    .head_center_box.on > .header > .lxdh_img{
        display: inline-block;
    }
    .head_center_box.on > .header > .menu{
        float: none;
        margin: 0 auto;
    }

    /****** 头部 end ******/

    /****** 尾部 ******/
    .footer{
        clear: both;
        width: 100%;
        background: #2bb7b7;
    }
    .footer > .footer_body{
        width: 1200px;
        height: 400px;
        margin: 0 auto;
        padding: 50px 0 25px 0;
    }
    .footer > .footer_body > .left{
        width: 350px;
        float: left;
        height: 300px;
    }
    .footer > .footer_body > .left > h2{
        color: #fff;
        width: 150px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .footer > .footer_body > .left > ul{
        width: 150px;
        margin: 10px auto
    }
    .footer > .footer_body > .left > ul > li{
        margin: 5px 0;
        text-indent: 10px;
    }
    .footer > .footer_body > .left > ul > li::before{
        content: "•";
        color: #fff;
        margin-top: 4px;
        position: absolute;
        text-indent: -10px;
        font-size: 12px;
    }
    .footer > .footer_body > .left > ul > li > a{
        color: #fff;
        font-size: 14px;
    }
    .footer > .footer_body > .center{
        width: 500px;
        float: left;
        height: 300px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .footer > .footer_body > .center > .logo{
        text-align: center;
        margin-top: 15px;
    }
    .footer > .footer_body > .center > .logo > img{
        width: 200px;
    }
    .footer > .footer_body > .center > .ico{
        height: 50px;
        padding: 5px 0;
    }
    .footer > .footer_body > .center > .ico > ul{
        width: 200px;
        margin: 0 auto;
        height: 50px;
    }
    .footer > .footer_body > .center > .ico > ul > li{
        width: 50px;
        height: 50px;
        float: left;
        line-height: 50px;
        text-align: center;
    }
    .footer > .footer_body > .center > .ico > ul > li > a{
        width: 50px;
        height: 50px;
        display: block;
        text-align: center;
    }
    .footer > .footer_body > .center > .ico > ul > li > a > img{
        width: 30px;
        height: 30px;
        object-fit: contain;
        margin-top: 10px;
    }
    .footer > .footer_body > .center > .text{
        text-align: center;
        color: #fff;
        font-size: 12px;
        clear: both;
    }
    .footer > .footer_body > .right{
        width: 350px;
        float: left;
        height: 300px;
    }
    .footer > .footer_body > .right > .copyright{
        color: #fff;
        width: 205px;
        line-height: 20px;
        margin-left: 90px;
        margin-top: 30px;
        font-size: 14px;
    }
    .footer > .footer_body > .right > .copyright > a {
        color: #fff;
        font-size: 14px;
    }
    .footer > .footer_body > .right > .come{
        color: #fff;
        width: 200px;
        margin-left: 90px;
        margin-top: 25px;
    }
    .footer > .footer_body > .right > .come > span{
        font-weight: 700;
        font-size: 14px;
        position: relative;
    }
    .footer > .footer_body > .right > .come > a{
        display: inline-block;
        position: absolute;
    }
    .footer > .footer_body > .right > .come > a > img{
        width: 101px;
        margin-left: 10px;
        margin-top: -10px;
    }
    .footer > .footer_body > .right > .follow{
        color: #fff;
        width: 200px;
        margin-left: 90px;
        margin-top: 30px;
    }
    .footer > .footer_body > .right > .follow > span{
        font-weight: 700;
        font-size: 14px;
        position: relative;
    }
    .footer > .footer_body > .right > .follow > img{
        width: 101px;
        position: absolute;
        margin-left: 10px;
        margin-top: -10px;
    }
    /****** 尾部 end ******/

    /* 内容顶部大图 */
    .topbanner {
        width:100%;
        height:750px;
        position:relative;
        margin-bottom:20px;
    }
    .topbanner > .com_tp_img {
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background-position:center;
        background-size:cover;
    }
    .topbanner > .com_tp_txt {
        text-align:center;
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
        padding-top:100px;
    }
    .topbanner > .com_tp_txt h5 {
        font-weight:normal;
        position:relative;
        font-size:58px;
        color:#fff;
        padding-bottom:30px;
        margin-bottom:70px;
    }
    .topbanner > .com_tp_txt h5:after {
        content:'';
        position:absolute;
        bottom:0;
        left:50%;
        margin-left:-30px;
        width:60px;
        height:10px;
        background:#fff;
    }
    .topbanner > .com_tp_txt p {
        margin:auto;
        background:#bc2a58;
        color:#fff;
        width:180px;
        font-size:28px;
        line-height:50px;
        border-radius:30px;
    }
    /* 内容顶部大图 end */

    /* 切换 */
    .otherlayui .layui-tab-title{
        text-align: center;
        position: relative;
        margin: 40px auto;
        height: 50px;
        border-bottom-width: 5px;
    }
    .otherlayui .layui-tab-title li {
        color: #2fa6a5;
        position: relative;
        z-index: 5;
        display: inline-block;
        margin: 0 3%;
        font-size: 16px;
        cursor: pointer;
        padding: 0;
    }
    .otherlayui .layui-tab-title .layui-this{
        color: #bc2a58;
    }
    .otherlayui .layui-tab-title .layui-this:after{
        display: none;
    }
    /* 切换 end */

    /*在线咨询*/
    .cus_service {
        position:fixed;
        left:0;
        top:50%;
        z-index:1000;
    }
    .cus_service a {
        padding:10px;
        width:50px;
		height: 190px;
        display:block;
        text-align:center;
        background: #c82a5c;
        color: #fff;
        font-size:20px;
        font-weight:bold;
        line-height:30px;
    }
	.cus_service a.on {
        width:250px;
    }
	.cus_service a span{
		display:none;
		width: 170px;
		float: left;
		height: 170px;
		margin: 0 15px;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.cus_service a span img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.cus_service a.on span{
		display:block;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
    .cus_service a img {
        margin-bottom:6px;
    }

    /*右侧工具栏*/
    .lt_toolbar {
        width:50px;
        position:fixed;
        right:0;
        top:50%;
        z-index:1000;
    }
    .lt_toolbar ul{
        z-index: 100;
        position: relative;
    }
    .lt_toolbar ul li {
        width: 50px;
        height: 50px;
        margin-bottom: 1px;
    }
    .lt_toolbar ul li a {
        display:block;
        width:50px;
        height:50px;
    }
    .lt_toolbar ul li:last-child {
        border:none;
    }
    .lt_toolbar ul li.go_top a {
        background-image:url(../img/icon_tool.png);
        background-position:left top;
    }
    .lt_toolbar ul li.go_web a {
        background-image:url(../img/icon_tool.png);
        background-position:150px top;
    }
    .lt_toolbar ul li.go_wechat a {
        background-image:url(../img/icon_tool.png);
        background-position:100px top;
    }
    .lt_toolbar ul li.go_qq a {
        background-image:url(../img/icon_tool.png);
        background-position:50px top;
    }
    .lt_toolbar ul li.go_phone a {
        background-image:url(../img/icon_tool.png);
        background-position:left bottom;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
    }
	.lt_toolbar ul li.go_phone a.on{
		width: 170px;
		position: absolute;
		right: 0;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
    }
	.lt_toolbar ul li.go_phone a span{
		display:none;
    }
	.lt_toolbar ul li.go_phone a.on span{
		display: block;
		width: 130px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		margin-left: 40px;
    }
    .lt_toolbar ul.bg{
        z-index: 99;
        margin-top: -255px;
    }
    .lt_toolbar ul.bg li {
        background: #fff;
        opacity: 0.8;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
    }
	.lt_toolbar ul.bg li.on {
		width: 170px;
		position: absolute;
		right: 0;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
    }
}